Network Async Callback
public interface NetworkAsyncCallback<P, R extends AsyncCallbackAction> implements NetworkCallback, AsyncCallback<P, R>
A common interface for all asynchronous network service callbacks must extend.
A common interface for all asynchronous network service callbacks must extend.